From: Keir Fraser Date: Mon, 13 Oct 2008 09:08:16 +0000 (+0100) Subject: iommu: Cleanups to some header files. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14086 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=3910a9a278daff8e99bc9476af919aff0419d580;p=xen.git iommu: Cleanups to some header files. Signed-off-by: Anthony Xu Signed-off-by: Dexuan Cui --- diff --git a/xen/include/xen/hvm/iommu.h b/xen/include/xen/hvm/iommu.h index cf2c09883e..2a66956c77 100644 --- a/xen/include/xen/hvm/iommu.h +++ b/xen/include/xen/hvm/iommu.h @@ -17,16 +17,10 @@ * Copyright (C) Allen Kay */ -#ifndef __ASM_X86_HVM_IOMMU_H__ -#define __ASM_X86_HVM_IOMMU_H__ +#ifndef __XEN_HVM_IOMMU_H__ +#define __XEN_HVM_IOMMU_H__ #include -#include -#include -#include -#include -#include -#include struct g2m_ioport { struct list_head list; @@ -53,4 +47,4 @@ struct hvm_iommu { struct iommu_ops *platform_ops; }; -#endif /* __ASM_X86_HVM_IOMMU_H__ */ +#endif /* __XEN_HVM_IOMMU_H__ */ diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h index e9bd9532aa..f230df7b8e 100644 --- a/xen/include/xen/iommu.h +++ b/xen/include/xen/iommu.h @@ -21,7 +21,6 @@ #define _IOMMU_H_ #include -#include #include #include #include